home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / prog / asm_0_m.arj / EXECOM.DOC < prev    next >
Text File  |  1988-03-19  |  1KB  |  25 lines

  1.              EXECOM 1.1  Copyright (c) 1988  Thomas G. Hanlin III
  2.  
  3.  
  4.  The EXECOM utility is copyrighted, and may not be distributed in modified
  5.  form or without the original documentation and files.  Subject to those
  6.  limitations, it may be freely distributed.  No fee may be charged for such
  7.  duplication, aside from a disk copying fee (if applicable) of not more than
  8.  $10.00.  EXECOM may also be modified by you, for your own use only.
  9.  
  10.  The EXECOM utility is a replacement for the EXE2BIN program that used to be
  11.  distributed with DOS.
  12.  
  13.  EXECOM is less powerful than EXE2BIN in that it does not support segment
  14.  fixups.  Most people will never notice this difference.
  15.  
  16.  EXECOM is different than EXE2BIN in that it produces .COM files instead of
  17.  .BIN files by default, and in that it deletes the original .EXE file if
  18.  successful, so you don't run the wrong program by mistake.
  19.  
  20.  EXECOM is better than EXE2BIN because: it's smaller, it's faster (especially
  21.  for larger files), it comes with source code, and... it's free.
  22.  
  23.  Acknowledgements: EXECOM was based, in a large part, on Chris Dunford's
  24.  EXE2COM utility, which was written in C.
  25.